home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / cdlabel / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Encoding:
Text File  |  2002-12-05  |  787 b   |  40 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 259
  3.   Top = 155
  4.   AutoSize = True
  5.   BorderStyle = bsNone
  6.   Caption = 'frmSplash'
  7.   ClientHeight = 300
  8.   ClientWidth = 300
  9.   Color = clWhite
  10.   TransparentColorValue = clRed
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 300
  27.     Height = 300
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     OnClick = Image1Click
  31.   end
  32.   object Timer1: TTimer
  33.     Enabled = False
  34.     Interval = 3000
  35.     OnTimer = Timer1Timer
  36.     Left = 48
  37.     Top = 60
  38.   end
  39. end
  40.